ATM 623: Climate Modeling

Brian E. J. Rose, University at Albany

Lecture 10: Clouds and cloud feedback

About these notes:

This document uses the interactive IPython notebook format (now also called Jupyter). The notes can be accessed in several different ways:

Many of these notes make use of the climlab package, available at https://github.com/brian-rose/climlab


1. Optical properties of individual clouds depend on the Cloud Liquid Water Path


Let $w$ represent the liquid water content of a unit volume of cloudy air.

$w$ has units of g m$^{-3}$.

Then the Liquid Water Path of the cloud is

$$LWP = w ~ \Delta z$$

where $\Delta z$ is the depth of the cloudy layer in meters. $LWP$ has units of g m$^{-2}$.

$LWP$ determines the key optical properties of the cloud, both in the longwave and shortwave:

In [1]:
from IPython.display import Image
Image('../images/CloudOpticalProperties_Webster1994.png')
Out[1]:

A key point about the optical properties of water clouds:

  • longwave emissivity / absorptivity increases rapidly with $LWP$
  • cloud albedo increases slowly with $LWP$

Longwave effects

Because the emissivity saturates for moderately thin clouds, thick clouds behave very much like blackbody absorbers at every level. Emissions from below and within the cloud will be absorbed by the upper part of the cloud.

Emissions to space are therefore governed by the top of the cloud.

The longwave effects of a thick cloud thus depend strongly on the temperature at the top of the cloud. This temperature is determined primarily by the height of the cloud top.

A high-top cloud will exert a strong greenhouse effect because it absorbs upwelling longwave radiation and re-emits radiation at its cold temperature.

The longwave effects of clouds tend to warm the surface.

Shortwave effects

Because clouds increase the planetary albedo, the shortwave effects of clouds tend to cool the surface.

The same cloud therefore pushes the planetary energy budget in two directions simultaneously. Which effect dominates depends on

  • the temperature at the cloud top relative to the surface temperature
  • the cloud liquid water path (cloud depth)

Thin clouds are relatively transparent to solar radiation. Thick clouds are effective reflectors.

A thin cirrus cloud, for example, has a negligible albedo but exerts a substantial greenhouse effect because it is near the cold tropopause. These clouds have a net warming effect.

A relatively thick stratus cloud at the top of the planetary boundary layer reflects significant incoming solar radiation. But the temperature at cloud top is not much different from the surface temperature, so the greenhouse effect is negligible (even though the cloud is a very strong longwave absorber!)


2. Cloudy sky versus clear sky radiation


Let $F = ASR - OLR$ be the net incoming radiation at TOA.

Suppose that the average flux in the portion of the sky without clouds is $F_{clear}$.

We'll call the flux in the cloudy portion of the sky $F_{cloudy}$.

Then the total flux is a weighted sum

$$ F = (1-c) F_{clear} + c F_{cloudy} $$

where $0 \le c \le 1$ is the cloud fraction, i.e. the fraction of the sky covered by cloud.

We can of course break this up into long- and shortwave components:

$$ F = F_{LW} + F_{SW} $$$$ F_{LW} = - \big((1-c)~OLR_{clear} + c ~ OLR_{cloudy} \big)$$$$ F_{SW} = + \big((1-c)~ASR_{clear} + c ~ ASR_{cloudy} \big)$$

The clouds will act to warm this surface if $F_{cloudy} > F_{clear}$, in which case the net flux $F$ will increase with the cloud fraction $c$.

In our examples above we surmised the following:

High thin cirrus

  • $ASR_{cloudy} \approx ASR_{clear} $
  • $OLR_{cloudy} < OLR_{clear}$
  • $F$ increases with $c$ (these clouds warm the surface)

Low stratus

  • $ASR_{cloudy} < ASR_{clear} $
  • $OLR_{cloudy} \approx OLR_{clear}$
  • $F$ decreases with $c$ (these clouds cool the surface)

Many other cloud types are ambiguous. For example:

Deep convective cumulonimbus

  • $ASR_{cloudy} < ASR_{clear} $
  • $OLR_{cloudy} < OLR_{clear}$
  • $F$ might either increase or decrease with $c$

We need a model to work out the details!


3. Cloud Radiative Effect and Cloud Feedback


Typically there is not just one cloud type but many to deal with simultaneously, whether in nature (satellite observations) or in a GCM.

In practice we rarely calculate $F_{cloudy}$ explicitly.

Instead we define the Cloud Radiative Effect as

$$ CRE = F - F_{clear} $$

which we can write in terms of cloud fraction:

$$ CRE = c \big( F_{cloudy} - F_{clear} \big) $$

In our above examples, $CRE$ is positive for cirrus, negative for low stratus, and unknown for cumulonimbus.

We calculated CRE (including both longwave and shortwave components) in the CESM simulations back in Assignment 4.

Cloud Feedback

$CRE$ (the radiative effects of clouds) depends on two cloud properties:

  • cloud fraction $c$
  • cloud LWP, which determines $F_{cloudy}$

If either or both of these things change as the climate changes and the surface warms, then there is an additional TOA energy source that will help determine the final equilibrium warming -- a feedback!

The cloud feedback thus depends on changes in the frequency of occurrence and the optical properties of all the different cloud types. It's an enormously complex problem.

Mathematically: the net climate feedback is

$$ \lambda = \frac{\delta F }{\delta T_s} $$

Now using

$$ F = (1-c) F_{clear} + c F_{cloudy} $$

we can break up the change in $F$ into components due to changes in cloud fraction, clear-sky flux, and cloud optical properties:

$$ \lambda = (1-c)\frac{\delta F_{clear} }{\delta T_s} + c \frac{\delta F_{cloudy} }{\delta T_s} +\big( F_{cloudy} - F_{clear} \big) \frac{\delta c }{\delta T_s}$$

where $c, F_{cloudy}, F_{clear}$ here would be evaluated from the reference (control) climate, and we assume the changes are small so that the linearization is sensible.

Clear-sky and cloud feedbacks

It's helpful to gather the second and third terms together in the above expression for $\lambda$ to get

$$ \lambda = (1-c)\frac{\delta F_{clear} }{\delta T_s} + c \bigg( \frac{\delta F_{cloudy} }{\delta T_s} +\big( \frac{F_{cloudy} - F_{clear}}{c} \big) \frac{\delta c }{\delta T_s} \bigg)$$

Let's now define the clear-sky feedback

$$ \lambda_{clear} = \frac{\delta F_{clear} }{\delta T_s} $$

This includes processes such as Planck feedback, lapse rate feedback, water vapor feedback, and surface albedo feedback.

The second term in our above expression for $\lambda$ involves changes in cloud fraction and cloud properties. We will collectively call these cloud feedback, which we now formally define as

$$ \lambda_{cloud} = \frac{\delta F_{cloudy} }{\delta T_s} +\big( \frac{F_{cloudy} - F_{clear}}{c} \big) \frac{\delta c }{\delta T_s} $$

so that the net feedback can be written

$$ \lambda = (1-c)~\lambda_{clear} + c~\lambda_{cloud} $$

Remember that all of these expressions can be (and frequently are) decomposed into longwave and shortwave components.

Cloud feedback vs. CRE

GCM diagnostics usually provide $CRE$ (which are computed by making second passes through the radiation code with the cloud fractions set to zero).

As we did in Assignment 4, we can compute the change in $CRE$ between a control and perturbation climate.

One key point here is that the change in $CRE$ is not equivalent to a cloud feedback.

To see this, let's take the derivative of $CRE = F - F_{clear}$:

$$ \frac{\delta CRE}{\delta T_s} = \frac{\delta F}{\delta T_s} - \frac{\delta F_{clear}}{\delta T_s} $$

Using the above definitions we can write this as

$$ \frac{\delta CRE}{\delta T_s} = \lambda - \lambda_{clear} $$

or

$$ \frac{\delta CRE}{\delta T_s} = c~(\lambda_{cloud} - \lambda_{clear}) $$

The clear sky feedback affects the change in $CRE$ we can measure in a GCM, or observations.

Suppose there is no change in cloud fraction or cloud optical properties. By definition then $\lambda_{cloud} = 0$. But we would still measure a non-zero change in $CRE$.

Why?

Because the flux in the clear-sky fraction is changing!

So how do we compute $\lambda_{cloud}$?

So long as $\lambda_{clear}$ is known, it's easy:

Just measure $\frac{\delta CRE}{\delta T_s}$ and the cloud fraction $c$ from the model, and solve the above formula to get

$$ \lambda_{cloud} = \frac{1}{c} \frac{\delta CRE}{\delta T_s} + \lambda_{clear} $$

This is how we can "correct" the change in $CRE$ to get the actual cloud feedback.


4. Feedback measured in comprehensive GCMs


In [2]:
feedback_ar5 = 'http://www.climatechange2013.org/images/figures/WGI_AR5_Fig9-43.jpg'
Image(url=feedback_ar5, width=1000)
Out[2]:

Figure 9.43 | (a) Strengths of individual feedbacks for CMIP3 and CMIP5 models (left and right columns of symbols) for Planck (P), water vapour (WV), clouds (C), albedo (A), lapse rate (LR), combination of water vapour and lapse rate (WV+LR) and sum of all feedbacks except Planck (ALL), from Soden and Held (2006) and Vial et al. (2013), following Soden et al. (2008). CMIP5 feedbacks are derived from CMIP5 simulations for abrupt fourfold increases in CO2 concentrations (4 × CO2). (b) ECS obtained using regression techniques by Andrews et al. (2012) against ECS estimated from the ratio of CO2 ERF to the sum of all feedbacks. The CO2 ERF is one-half the 4 × CO2 forcings from Andrews et al. (2012), and the total feedback (ALL + Planck) is from Vial et al. (2013).

Figure caption reproduced from the AR5 WG1 report


5. Measuring $\lambda_{clear}$ with radiative kernels


So how are the clear-sky feedbacks (P, WV, LR, A) actually calculated?

Presently, the most popular technique the method of radiative kernels.

You have been building a (primitive) kernel for the water vapor feedback in the last homework.

In [3]:
Image('../images/Kernels_Held&Soden2000.png')
Out[3]:

Held, I. M. and Soden, B. J. (2000). Water vapor feedback and global warming. Ann. Rev. Energy Environ., 25:441–475.

These notes are unfinished

[Back to ATM 623 notebook home](../index.html)

Credits

The author of this notebook is Brian E. J. Rose, University at Albany.

It was developed in support of ATM 623: Climate Modeling, a graduate-level course in the Department of Atmospheric and Envionmental Sciences, offered in Spring 2015.



Version information


In [4]:
%install_ext http://raw.github.com/jrjohansson/version_information/master/version_information.py
%load_ext version_information
%version_information numpy, climlab
Installed version_information.py. To use it, type:
  %load_ext version_information
Out[4]:
SoftwareVersion
Python2.7.9 64bit [GCC 4.2.1 (Apple Inc. build 5577)]
IPython3.1.0
OSDarwin 14.3.0 x86_64 i386 64bit
numpy1.9.2
climlab0.2.11
Thu May 14 16:08:38 2015 EDT
In [ ]: